Skip to content

Squash commits and merge latest develop#2792

Open
sf-cboscenco wants to merge 4 commits intofeature/use-bonus-productsfrom
t/cc-sharks/W-19017216
Open

Squash commits and merge latest develop#2792
sf-cboscenco wants to merge 4 commits intofeature/use-bonus-productsfrom
t/cc-sharks/W-19017216

Conversation

@sf-cboscenco
Copy link
Contributor

@sf-cboscenco sf-cboscenco commented Jul 11, 2025

Description

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Breaking change (could cause existing functionality to not work as expected)
  • Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • adding bonus products

How to Test-Drive This PR

  • This is the baseline functionality presented during the Bonus Products DEMO
  • Additional changes will be performed after this baseline is merged in order to align with latest approved changes

Checklists

General

  • Changes are covered by test cases
  • [ x] CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • There are no changes to UI

or...

Localization

  • Changes include a UI text update in the Retail React App (which requires translation)

@sf-cboscenco sf-cboscenco requested a review from a team as a code owner July 11, 2025 21:15
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Jul 11, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@sf-cboscenco sf-cboscenco requested a review from a team July 11, 2025 21:16
@sf-cboscenco sf-cboscenco changed the title Squash commits Squash commits and merge latest develop Jul 11, 2025
@sf-cboscenco sf-cboscenco added skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated ready for review PR is ready to be reviewed labels Jul 11, 2025
src={bundleImage?.link || ''}
alt={bundleImage?.alt || ''}
/>
<img src={bundleImage.link} alt={bundleImage.alt} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add this back, otherwise products with no images will likely throw an error

src={image?.link || ''}
alt={image?.alt || ''}
/>
<img src={image.link} alt={image.alt} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here

src={image?.link || ''}
alt={image?.alt || ''}
/>
<img src={image.link} alt={image.alt} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here please :)

Copy link
Contributor

@sf-deepali-bharmal sf-deepali-bharmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am assuming we are only updating the feature branch with main branch with no new changes by us.

Copy link
Contributor

@sf-jhalak-maheshwari sf-jhalak-maheshwari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming its merging in from feature to main. The work has already been reviewed by team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review PR is ready to be reviewed skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants